home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / lan / happymlx.zip / README.TXT < prev    next >
Text File  |  1996-01-18  |  26KB  |  620 lines

  1. ****************************************************************************
  2. *                                                                          *
  3. *       HappyMail                                                          *
  4. *                                                                          *
  5. *       Version 1.19 QCS  Aug 18 1995 Release Notes                        *
  6. *       Version 1.19e PEC Aug 18 1995 Release Notes                        *
  7. *                                                                          *
  8. ****************************************************************************
  9.  
  10. --------------------------Beginning of R.Laird notes-------------------------
  11.  
  12. Notes from Robert Laird, written 1/18/96:
  13.  
  14. I have not attempted to make any changes in the original HappyMail v1.19
  15. documentation as written and distributed by David Ritchie.  All of the
  16. changes I have made to the program, which are noted immediately below,
  17. are documented here at the top of this README.TXT file, and no where else.
  18.  
  19. I would encourage you to make the relevant changes to the remainder of
  20. this README.TXT file, as well as to the USER119.DOC file prior to
  21. distributing them.  Also, unless you are already familiar with HappyMail,
  22. how it works, and the contents of the original README.TXT and USER119.DOC
  23. files, I don't particularly expect you to understand my abbreviated notes
  24. written below.  They were written quickly and for the benefit of someone
  25. who has already been running the older version of HappyMail v1.19.
  26.  
  27. Version Information
  28.  
  29.   The original "David-Ritchie-version" of HappyMail was branded as either
  30.   "Version 1.19" or "Version 1.19 Beta", and was dated on or before March
  31.   14, 1995.  (This is NOT the file date, but the date on the Logo screen.)
  32.  
  33.   My version of HappyMail is branded as either "Version 1.19 PEC",
  34.   "Version 1.19e PEC" or "Version 1.19 QCS" (or any combination).  The
  35.   date on the Logo screen is "Aug 18 1995".  This date on the Logo screen
  36.   is generated internally and is not an easily changeable Windows resource,
  37.   so it's a pretty good indicator of the true version.
  38.  
  39. Improvements
  40.  
  41.   Message sizes are forced to be 61440 bytes.
  42.  
  43.     The earlier versions were set for 6144 bytes, max.  I won't go into
  44.     the why or wherefore, but let's just say that it was one of the main
  45.     complaints about the earlier version.
  46.  
  47.     Do not think for a moment that the fault was with David Ritchie's code;
  48.     he wrote HappyMail for his environment only, and we all have benefited from
  49.     that.  I simply modified his excellent code to work in a wider range of
  50.     environments.
  51.  
  52.   New STDA dialog box.
  53.  
  54.     After looking at the original code, I realized I could "plug-in" the new
  55.     STDA dialog box that Banyan made available via the VNSDLG.DLL and VNSDLGR.DLL.
  56.     Since it was easy, I did it.  The new STDA dialog box lets you specify a
  57.     list, and then allows you to expand the list, then delete individuals from
  58.     the list.  This is a big improvement if you used lists in addressing your
  59.     e-mail.
  60.  
  61. Changes
  62.  
  63.   Viewer
  64.  
  65.     The viewer in the original HappyMail would (attempt to) interpret and view
  66.     WordPerfect and Word files.  This, in my opinion, was quite limiting.  (Again,
  67.     it was appropriate for David's environment, so that's why it was there.)  For
  68.     a wider audience, I felt like a generic viewer would be best.  So, when you
  69.     choose to view an attachment, HappyMail will fire up FILEVIEW.EXE and feed it
  70.     the file.  FILEVIEW allows you to view the "raw" file, or you can switch it
  71.     into Hex mode, too.  MAKE SURE YOU CREATE A SUBDIRECTORY NAMED  C:\UTIL  AND
  72.     PUT THE FILEVIEW.EXE IN THAT SUBDIRECTORY.  C:\UTIL MUST ALSO BE IN THE PATH.
  73.     You do NOT have to close down FileView to continue working with HappyMail.
  74.     In fact, you could end up with several instances of FILEVIEW running at the
  75.     same time (limited by Windows memory, of course).
  76.  
  77.     FILEVIEW can also be used as a stand-alone file viewer.
  78.  
  79. Problems
  80.  
  81.   What I broke
  82.  
  83.     For reasons I have not ever bothered to figure out, I somehow broke a few of
  84.     the progress bars in some of the windows.  For example, when you are viewing
  85.     an e-mail that has an attachment, and you click the Attach button, the
  86.     window that appears has a place for a progress bar, but it doesn't work.
  87.     When viewing or filing a large file, some of the buttons will be grayed out
  88.     during the transfer.  You'll figure it out. <g>
  89.  
  90.   What doesn't work
  91.  
  92.     This you can blame on Banyan:  When David originally wrote HappyMail, the
  93.     toolkit he got from Banyan would take care of the certification of messages.
  94.     Actually, it was the way the toolkit was written AND the VNSMAIL.DLL that
  95.     existed on the Z: drive.  Since that time, the toolkit was updated in such
  96.     a way that to make certification work, you needed to change your code to
  97.     work with the NEWER VNSMAIL.DLL.
  98.  
  99.     Unfortunately, the code in HappyMail has NOT been altered to do certifications
  100.     with the NEW VNSMAIL.DLL.  Consequently, if you are using the new VNSMAIL.DLL
  101.     (which you probably are), then certifications will not work.
  102.  
  103.     Now, if you don't NEED the newer VNSMAIL.DLL, you can actually take the older
  104.     VNSMAIL.DLL, put it in your C:\WINDOWS subdirectory, and -- voila' -- certification
  105.     will suddenly start working!
  106.  
  107.     If this is a major bugaboo for someone, then you are welcome to throws lots of
  108.     money at me, and I'll fix it. <g>
  109.  
  110. Comments about the source code
  111.  
  112.   As you may know, the source code for the "David-Ritchie-version" of HappyMail is
  113.   free and available from several sources.  However, that code cannot be used to
  114.   compile and create an identical version of the 1.19 HappyMail program.  Why?
  115.   Because David used 3 third-party libraries to do the spell-checking, file
  116.   viewing, and a few controls.  Licensing requirements restricted him from
  117.   distributing these libraries with the source code.  Consequently, he went to
  118.   the trouble of removing those areas from the source code that he eventually
  119.   distributed.
  120.  
  121.   Since I had a great interest in the complete HappyMail code, I went to the
  122.   trouble of purchasing the same libraries, faxed David proof of purchase, so
  123.   that he could, in clear conscious, send me the full code.
  124.  
  125.   Now, for these same reasons, I cannot provide you with the full code.  For
  126.   a fee, I can make whatever changes you would like, but what I am providing here
  127.   is the limit of what I am willing to do for free.  It's simply too time
  128.   consuming, and I have to make a living.
  129.  
  130. Comments about David Ritchie
  131.  
  132.   I have never personally met David, but we have sent a number of e-mail and
  133.   fax messages back and forth, and have talked on the phone a few times.  What
  134.   I do know of him is that he is an excellent coder, provided many of us with
  135.   a world-class Windows-based VINES e-mail product for free, and a nice guy
  136.   to boot.  He has moved on from his federal job to working with NetPro.  This
  137.   is why he cannot and will not make any changes/improvements/whatever to
  138.   HappyMail, so do him a favor and don't ask. <g>
  139.  
  140. Contacting me
  141.  
  142.   If you need to contact me, there are several avenues:
  143.  
  144.      Internet  :   rlaird@cris.com  (or 70070.460@compuserve.com)
  145.      CompuServe:   70070,460
  146.      Voice-mail:   713-825-6900  (this fires off my pager)
  147.      Pager     :   (dream on!)
  148.  
  149.  
  150. List of files needed to run HappyMail
  151.  
  152.         BWCC.DLL
  153.         COMMDLG.DLL
  154.         VNSMAIL.DLL
  155.         HMSPELL.DLL
  156.         WINCTL.DLL
  157.         HAPEMAIL.EXE
  158.         HMHELP.HLP
  159.         HMCONFIG.INI
  160.         DICT.D
  161.         DICT.S
  162.         DICT.I
  163.         DICT.APP
  164.         FILEVIEW.EXE
  165.         WINSYS.DLL
  166.         VNSDLG.DLL
  167.         VNSDLGR.DLL
  168.         DEWTC.DLL
  169.  
  170. Ommissions
  171.  
  172.   I apologize in advance if I have left out anything.
  173.  
  174.  
  175. --------------------------Ending of R.Laird notes----------------------------
  176.  
  177.  
  178.  
  179.  
  180.  
  181. ****************************************************************************
  182. *                                                                          *
  183. *       HappyMail                                                          *
  184. *                                                                          *
  185. *       Version 1.19 Release Notes                                         *
  186. *                                                                          *
  187. *       HappyMail is a Windows based e-mail client for the Banyan Vines    *
  188. *       Mail System.  The client was originally designed for the 4.11      *
  189. *       release of Vines, but has recently been modified to take           *
  190. *       advantage of some of version 5.5's improvements.  In addition to   *
  191. *       all the features found in Banyan's DOS mail client, HappyMail      *
  192. *       includes several enhancements such as a spell-checker, a text      *
  193. *       search capability, a sorting capability, and a WordPerfect text    *
  194. *       viewer.                                                            *
  195. *                                                                          *
  196. *                                                                          *
  197. ****************************************************************************
  198.  
  199.  
  200. Contents
  201. ========
  202.  
  203. 1.  Disclaimer Notice
  204. 2.  Revision Changes
  205. 3.  File Listing
  206. 4.  Installing HappyMail
  207. 5.  Setting up the User
  208. 6.  Undocumented Features Documented
  209. 7.  Who to complain to
  210.  
  211.  
  212. ----------------------------------------------------------------------------
  213.  
  214. 1.  Disclaimer Notice
  215. =====================
  216.  
  217.  
  218. The HappyMail program and the information provided hereunder (collectively
  219. referred to as "software") is provided as-is without support or warranty
  220. of any kind, either express or inplied, including but not limited to the
  221. implied warranties of merchantability and fitness for a particular purpose.
  222. In no event shall the developer or the Financial Management Service,
  223. Department of the Treasury, be liable for any damages whatsoever, including
  224. direct, indirect, incidental, consequential, loss of business profits or
  225. special damages, even if the developer or the Finanacial Management Service,
  226. Department of the Treasury, have been advised of the possibility of such
  227. damages.
  228.  
  229. This software may be copied and distributed royalty-free subject to the
  230. following conditions:
  231.  
  232. 1. If the software is distributed alone, without inclusion in a software
  233. product of your own, you must copy all software without modification and
  234. must include all source code and documentation information.  If you
  235. incorporate the software in conjuction with and as a part of your software
  236. product which adds substantial value to the software, you may modify and
  237. include portions of the software.
  238.  
  239. 2.  You must place all protective disclaimers and notices contained on the
  240. software on all copies of the software, whether distributed alone or as part
  241. of your own software product.
  242.  
  243. 3.  Unless the software is incorporated in your software product which adds
  244. substantial value, you may not distribute this software for profit.
  245.  
  246. 4.  You may not use the name, logo, or trademarks of the developer or the
  247. Financial Management Service, Department of the Treasury, to market your
  248. software product.
  249.  
  250. 5.  You agree to indemnify, hold harmless, and defend the developer and
  251. the Financial Management Service, Department of the Treasury, from and
  252. against any claims or lawsuits, including attorneys' fees, that arise or
  253. result from the use or distribution of your software product and any
  254. modifications of the software.
  255.  
  256.  
  257. ----------------------------------------------------------------------------
  258.  
  259. 2.  Revision Changes
  260. ====================
  261.  
  262.  
  263. Upgrades
  264. --------
  265. Following is a list of the major upgrades to HappyMail version 1.19.
  266.  
  267. - Messages with attachments will now appear with a paperclip icon next to
  268.   their description.
  269.  
  270. - All attachment functions (view, file, print, &launch) have been combined
  271.   into one dialog box, the "Manage Attachments" box.
  272.  
  273. - Attachments may now be "launched".  Launching an attachment will cause your
  274.   machine to execute the program which created the attachment and then load
  275.   the attachment into that program.  This allows you to view most attachment
  276.   files (e.g. Lotus spreadsheets, dBase databases) without leaving HappyMail.
  277.  
  278. - Several new printing options have been added including the ability to add
  279.   page numbers, dates, and fonts to printouts,  and the ability to remove the
  280.   logo from printouts.
  281.  
  282. - The 'File' button is now used only to file message(s). To file attach-
  283.   ments, you must use the 'Attach' button or select 'Manage Attachments'
  284.   from the Utility Menu.
  285.  
  286. - The action of the 'Answer' button is now user-definable, and can be set
  287.   to automatically quote the original message.
  288.  
  289. - The quote option now allows you to prefix each line of the quoted text
  290.   with a character string (e.g. '>').
  291.  
  292. - The size of messages you can create has been increased from 6K to 60K.
  293.  
  294. - This size of files you import into a message has also been increased from
  295.   6K to 60K.
  296.  
  297. - The size of messages you may read has been increased from 50K to 60K.
  298.  
  299. - Three new fields are available when composing or forwarding a message:
  300.   Defer date and time, Expire date and time, and Priority level.
  301.  
  302. - The length of a line of text on outgoing messages is now user-definable,
  303.   with a default of 78 characters.
  304.  
  305. - HappyMail now supports the newer keyboard short-cuts for cutting and
  306.   pasting,  i.e. Ctrl-X = Cut, Ctrl-C = Copy, and Ctrl-V = Paste.
  307.  
  308. - HappyMail now supports cutting and pasting to all message fields instead of
  309.   just the message body.
  310.  
  311. - HappyMail now supports the high ASCII characters (e.g. letters with accent
  312.   marks).
  313.  
  314. - HappyMail will now force a specific STDA service according to the !SETSTDA
  315.   profile statement. If no statement is found in the profile, then a broadcast
  316.   is sent and a connection is made to the quickest responding STDA service.
  317.  
  318. - HappyMail now manages the size and positioning of Read and Folder windows in
  319.   a friendlier, more intuitive, manner.
  320.  
  321. - HappyMail now allows you to file attachments as you file multiple messages.
  322.  
  323. - HappyMail now saves window sizes and position whenever Windows is closed
  324.   before HappyMail has been shut down.
  325.  
  326.  
  327. Bug Fixes
  328. ---------
  329. Following is a list of all the bugs which have been fixed in the 1.19
  330. version of HappyMail.
  331.  
  332. - Machines with active sound cards would lock up when trying to view the
  333.   Logo from the Help menu.
  334.  
  335. - An "Unable to Read User Profile = 153"  error message would sometimes
  336.   appear when starting HappyMail, especially from an application launcher
  337.   like Lotus' SmartCenter.
  338.  
  339. - Using the server name of a Mail Service to force route a message would
  340.   cause an unverifiable address error.
  341.  
  342. - A missing left bracket in an address field would cause HappyMail to GPF.
  343.  
  344. - A mail session would remain active after a user logged out.
  345.  
  346. - Text search would someimtes cause a GPF when attempting to read one of the
  347.   search result messages.
  348.  
  349. - Forwarding a message would GPF if the length of the subject field was a
  350.   certain amount of characters.
  351.  
  352. - HappyMail would display an erronous bar graph when filing attachments
  353.   sent from a mail client other than HappyMail.  The bar graph now displays
  354.   the number of bytes read instead of a percentage during this special case.
  355.  
  356. - Printing to a HP 560C in greyscale mode would cause a GPF.
  357.  
  358. - If a folder window was maximized and a message was read and then closed,
  359.   the folder window would no longer be maximized. This situation occured only
  360.   with some video cards in certain video modes.
  361.  
  362. - If the HMCONFIG.INI file contained an invalid path for the INI file, the
  363.   user's INI file would not be created and no individual settings were saved.
  364.  
  365. - The line length of word-wrapped lines on outgoing messages would exceed the
  366.   standard 80 character length on some machines.  The problem was only evident
  367.   when the message was viewed from a non-HappyMail client.
  368.  
  369. For more in-depth description of HappyMail and all its features,  refer to the
  370. HappyMail User Manaul (USER119.DOC) which is included with this file. In
  371. addition, most of the contents of the written manual are available from the
  372. on-line help, which is accessed by pressing the F1 key from within HappyMail
  373. or by selecting 'Help' from the menu bar.
  374.  
  375.  
  376. ----------------------------------------------------------------------------
  377.  
  378. 3.  File Listing
  379. ================
  380.  
  381.  
  382. HappyMail requires the following files to run correctly:
  383.  
  384. BWCC.DLL
  385. COMMDLG.DLL
  386. VNSMAIL.DLL
  387. HMSPELL.DLL
  388. WINCTL.DLL
  389. HAPEMAIL.EXE
  390. HMHELP.HLP
  391. HMCONFIG.INI
  392. DICT.D
  393. DICT.S
  394. DICT.I
  395. DICT.APP
  396. WORDDOS.XTD
  397. WORDWIN.XTD
  398. WPERFECT.XTD
  399.  
  400. Two other files are included with the HappyMail system, this file, README.TXT,
  401. and a user guide, USER119.DOC.  The user guide is in Microsoft Word 2.0 format.
  402.  
  403. When a user opens HappyMail for the first time, one additional file is
  404. generated, HAPEMAIL.INI. This file is used to store all the user-defined
  405. options, window sizes and placements, and all the HappyMail AddressBook
  406. entries.
  407.  
  408.  
  409. ----------------------------------------------------------------------------
  410.  
  411. 4.  Installing HappyMail
  412. ========================
  413.  
  414.  
  415. Standard Warning
  416. ----------------
  417. Before installing HappyMail on your Network, please read the rest of this
  418. file (especially the first five sections).  It will surely answer some
  419. questions, and it will definitely save you some headaches.
  420.  
  421.  
  422. Network Install
  423. ---------------
  424. HappyMail is designed to run from a shared network drive.  All the files
  425. listed above should be placed in a single directory on a shared file service
  426. with Read Only access for end-users.  A SETDRIVE command for the file service
  427. should then be added to the end-user's profile (or preferably the sample
  428. profile). Each end-user should then have an item added to one of their
  429. Program Manager groups which points to the network drive and directory of
  430. HappyMail.
  431.  
  432.  
  433. HMCONFIG.INI
  434. ------------
  435. The HMCONFIG.INI file is used to set some global parameters,  and should be
  436. manually modified before allowing users access to HappyMail.  The file may
  437. be modified with any text editor or with the Windows Notepad program. The
  438. initial configuration of the file is as follows:
  439.  
  440. [Options]
  441. INI File Directory=P:\SETUP
  442. Default Save Directory=P:\
  443.  
  444.  
  445. The 'INI File Directory' setting is used to define the default location
  446. of the HAPEMAIL.INI file.  Optimally, this parameter should be set to a
  447. directory on a network file service which is dedicated for individual use.
  448. Doing so will offer two major benefits.  First, the user-defined options and
  449. the HappyMail address book will be available from any workstation a user
  450. happens to login on.   Additionaly, this means the INI file settings can be
  451. reviewed by an administrator without being physically present.  This can be
  452. helpful in debugging user problems.
  453.  
  454. If the 'INI File Directory' setting is invalid, HappyMail will try to write
  455. its INI file to the same directory where the HappyMail executable resides.
  456. If this directory is inaccessible due to access rights, HappyMail will place
  457. its INI file in the directory where Windows resides.  If this directory is
  458. also inaccessible due to access rights, HappyMail will NOT save its INI file
  459. and all settings will be lost between sessions.
  460.  
  461. The 'Default Save Directory' setting defines a default drive and directory
  462. for saving attachments.  This setting is designed for novice users who expect
  463. to always see attachments saved to the same place.  For more experienced
  464. users, this default setting may be overriden by the modifying the 'Default
  465. Save Directory' option found by selecting 'General...' from the Options menu.
  466.  
  467.  
  468. ----------------------------------------------------------------------------
  469.  
  470. 5.  Setting up the User
  471. =======================
  472.  
  473.  
  474. Minimum Client Requirements
  475. ---------------------------
  476. The following is a set of MINIMUM system requirements for HappyMail. However,
  477. this is not necessarily a recommended setup.  In fact, I personally would
  478. never run Windows on a machine with 2M of RAM, or a VGA monitor, but it can
  479. be done. So, with that in mind, the minimums are:
  480.  
  481. -  an 80386 based microcomputer
  482. -  two megabytes of RAM
  483. -  a VGA monitor.
  484. -  DOS 3.2
  485. -  Banyan Vines 4.11
  486. -  Windows 3.1
  487.  
  488.  
  489. Network Support
  490. ---------------
  491. Before a user can begin to use HappyMail (or any other network based app),
  492. the network support should be enabled in their Windows setup. If a machine
  493. does not display the Banyan Logo during Windows startup process, then most
  494. likely the Banyan Network Support has not been implemented.  The following
  495. is a quick overview of the steps necessary to enable this support.
  496.  
  497. To setup the network support follow these steps:
  498. 1) If you are in Windows, exit out.
  499. 2) Login to the LAN.
  500. 3) Move to the Windows sub-directory (usually C:\WINDOWS).
  501. 4) Run SETUP.EXE.
  502. 5) Follow the on-screen directions to change the Network line to
  503.    Banyan Vines (Version 4.1).
  504. 6) Highlight "Accept the above configuration" and press [ENTER].
  505.  
  506.    (The next steps apply to Vines 5.50 or greater)
  507.  
  508. 7) When you return to the DOS prompt, run Windows.
  509. 8) After Windows loads the Banyan driver it will detect it is not the
  510.    current version and ask your permission to upgrade. Select the [INSTALL]
  511.    button to begin the automatic update process.
  512.  
  513.  
  514. SYSTEM.INI Changes
  515. ------------------
  516. Once network support is enabled in Windows, one final change is necessary.
  517. The SYSTEM.INI file has a setting which should be modified or added. Under
  518. the [386Enh] Section is a setting called EmmExclude.  This setting prevents
  519. Windows from using the specified block of memory.  Any upper memory which is
  520. in use by add-on hardware (ie your network card), should be specified with
  521. this parameter.  For example, if your network card uses c800-cbFF then add
  522. the line EmmExclude=c800-cbff.  Some folks suggest excluding the whole upper
  523. memory range (a000-fffe).  While this is the easiest method of eliminating
  524. memory problems, it can cause some DOS programs not to run under Windows.
  525. Therefore, I suggest excluding the whole range only when trying to diagnose
  526. a problem machine.
  527.  
  528. Adding the HappyMail Icon to Program Manager
  529. --------------------------------------------
  530. This section will briefly describe how to add the HappyMail program to a
  531. group in the Program Manager.  If you are familiar with this process already,
  532. you should skip on to the next section.
  533.  
  534. Before adding the icon to a users desktop, you will need the full pathname of
  535. the HappyMail executable.  The following directions assume the HappyMail
  536. files were placed in the N:\HMAIL directory, and so the pathname is:
  537. N:\HMAIL\HAPEMAIL.EXE.  You must substitute the proper pathname when executing
  538. these directions (step 5).
  539.  
  540. 1) Login to the LAN, then run Windows.
  541. 2) Select the Program Manager group, you wish to add HappyMail to, by moving
  542.    the mouse cursor over the desired group icon or window and clicking the
  543.    left mouse button once.
  544. 3) Execute the File | New command from the menu bar in Program Manager.  This
  545.    will cause a "New Program Object" window to appear.
  546. 4) Select the "Program Item" choice, then select the [OK] button.  Now a
  547.    "Program Item Properties" window will appear.
  548. 5) Complete the fields in the Program Item Properties window as shown below:
  549.  
  550.         Description:            HappyMail
  551.         Command Line:           N:\HMAIL\HAPEMAIL.EXE
  552.         Working Directory:
  553.         Shortcut Key:           None
  554.  
  555.   Note that the Working Directory field is intentionally left empty.  Once
  556.   you have completed filling in these fields, select the [OK] button.  A
  557.   HappyMail icon will now be added to the selected Program Manager group.
  558.  
  559.  
  560. ----------------------------------------------------------------------------
  561.  
  562. 6.  Undocumented Features Documented
  563. ====================================
  564.  
  565.  
  566. This section attempts to briefly cover those HappyMail features which are not
  567. documented in the HappyMail User guide.
  568.  
  569.  
  570. Command Line Switches
  571. ---------------------
  572. HappyMail incorporates one command line switch, /q or /Q (q as in quiet).
  573. Using this switch causes HappyMail to bypass the display of the HappyMail
  574. logo when first opened.  This feature is designed to speed up access for
  575. remote users over dial-up lines (eg PC-Anywhere or Chatterbox users).
  576. However, since the logo does not implement any time delay, there is no
  577. advantage for directly connected LAN users to use this switch.
  578.  
  579.  
  580. Window Sizing and Placement
  581. ---------------------------
  582. HappyMail will store its own size, position, and icon placement, whenever
  583. it is closed or exited.  These values are then restored when the program
  584. is restarted.
  585.  
  586. HappyMail also stores the size, names, and positions of all open folders.
  587. These folders are then re-opened and re-positioned whenever HappyMail is
  588. re-started.
  589.  
  590. Finally, HappyMail now stores the size and position of the top-most Read
  591. window, whenever the Read window is moved or re-sized.  Any time a Read
  592. window is opened it is moved to the last stored position and size.
  593.  
  594.  
  595. ----------------------------------------------------------------------------
  596.  
  597. 7.  Who To Complain To
  598. ======================
  599.  
  600.  
  601. Please remember that HappyMail is not officially supported and no guarantees
  602. or warranties are offered.  With that in mind, I do encourage bug reports,
  603. enhancement suggestions, and general comments, so, send your e-mail to:
  604.  
  605. X.400:       N=DAVID RITCHIE/C=US/A=TELEMAIL/P=GOV+FMS
  606. Internet:    DAVID.RITCHIE@FMS.SPRINT.COM
  607. CompuServe:  73150,2745
  608.  
  609. And, if all else fails...
  610.  
  611. David Ritchie
  612. Financial Management Service
  613. 3700 East-West Highway
  614. Hyattsville, MD 20782
  615.  
  616.  
  617.  
  618. ----------------------------------------------------------------------------
  619.  
  620.